Skip to content

#2340 SUMIFS/COUNTIFS/AVERAGEIFS now evaluate date string literal criteria correctly#2342

Merged
JanKallman merged 1 commit into
develop8from
bug/i2340
Apr 29, 2026
Merged

#2340 SUMIFS/COUNTIFS/AVERAGEIFS now evaluate date string literal criteria correctly#2342
JanKallman merged 1 commit into
develop8from
bug/i2340

Conversation

@swmal

@swmal swmal commented Apr 27, 2026

Copy link
Copy Markdown
Contributor

Fixes #2340. SUMIFS/COUNTIFS/AVERAGEIFS now evaluate date string literal criteria (e.g. ">=2026-2-1") as dates instead of falling through to the time-string parser, which returned 0 for pure date strings and broke all comparisons.

@swmal swmal self-assigned this Apr 27, 2026
@swmal swmal added the bug Something isn't working label Apr 27, 2026
@JanKallman JanKallman merged commit 4d6aee9 into develop8 Apr 29, 2026
3 checks passed
@JanKallman JanKallman deleted the bug/i2340 branch April 29, 2026 06:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SUMIFS does not evaluate date criteria with string literals (e.g. ">=2026-2-1")

2 participants